home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 December / PCWorld_1999-12_cd.bin / Software / TemaCD / WinRar / Linux / rarlnx26b8[1].sfx / rar / rar.txt < prev    next >
Text File  |  1999-10-14  |  34KB  |  961 lines

  1.                              User's Manual
  2.                              ~~~~~~~~~~~~~
  3.                      RAR 2.60 32-bit console version
  4.                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5.  
  6.                        =-=-=-=-=-=-=-=-=-=-=-=-=-=-
  7.                        Welcome to the RAR Archiver!
  8.                        -=-=-=-=-=-=-=-=-=-=-=-=-=-=
  9.  
  10.  Introduction
  11.  ~~~~~~~~~~~~
  12.  
  13.     RAR is a powerful tool which allows you to manage and control archive
  14.   files. The archive is usually a regular file, which name has a ".rar"
  15.   suffix.
  16.  
  17.   RAR features include:-
  18.  
  19.     *  Highly sophisticated, original compression algorithm
  20.     *  Special compression algorithm optimized for multimedia data
  21.     *  Better compression than similar tools, using 'solid' archiving
  22.     *  Authenticity verification (registered version only)
  23.     *  Self-extracting archives and volumes (SFX)
  24.     *  Ability to recover physically damaged archives
  25.     *  Locking, password, file order list, disk volume labels & more ...
  26.  
  27.  
  28.  Configuration file
  29.  ~~~~~~~~~~~~~~~~~~
  30.  
  31.   RAR for Unix and BeOS read configuration information from the file
  32.   .rarrc in the user's home directory (stored in HOME environment variable).
  33.  
  34.   RAR for Windows reads configuration information from the file rar.ini,
  35.   placed in the same directory as the rar.exe file.
  36.  
  37.   This file may contain the following string:
  38.  
  39.   switches=<any RAR switches, separated with a space>
  40.  
  41.  
  42.  Environment variable
  43.  ~~~~~~~~~~~~~~~~~~~~
  44.  
  45.     Default parameters may be added to the RAR command line by establishing
  46.     an environment variable "RAR".
  47.  
  48.     For instance, in UNIX following lines may be added to your profile:
  49.  
  50.       RAR='-s -md1024'
  51.       export RAR
  52.  
  53.     RAR will use this string as default parameters in the command line and
  54.     will create "solid" archives with 1024 Kb sliding dictionary size.
  55.  
  56.     RAR handles options with priority as following:
  57.  
  58.        command line switches                   highest priority
  59.        switches in the RAR variable            lower priority
  60.        switches saved in configuration file    lowest priority
  61.  
  62.  
  63.  Log file
  64.  ~~~~~~~~
  65.  
  66.   If the switch -ilog is specified in the command line or configuration
  67.   file, RAR will write informational messages, concerning errors
  68.   encountered while processing archives, to a log file.  In Unix and BeOS
  69.   this file is named .rarlog and placed in the user's home directory.
  70.   In Windows it is named rar.log and placed in the same directory as
  71.   the rar.exe file.
  72.  
  73.  
  74.  The file order list for solid archiving - rarfiles.lst
  75.  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  76.  
  77.   rarfiles.lst contains user-defined file list which tells RAR
  78.   the order to add files to a solid archive. It may contain file
  79.   names, wildcards and special entry - $default. The default
  80.   entry defines the place in order list for files not matched
  81.   with other entries in this file. The comment character is ';'.
  82.  
  83.   In Windows this file should be placed in the same directory as RAR,
  84.   in Unix and BeOS - to the user's home directory.
  85.  
  86.   Tips to provide improved compression and speed of operation:
  87.  
  88.   - similar files should be grouped together in the archive;
  89.   - frequently accessed files should be placed at the beginning.
  90.  
  91.  
  92.  RAR command line syntax
  93.  ~~~~~~~~~~~~~~~~~~~~~~~
  94.  
  95.  Syntax
  96.  
  97.     RAR <command> [ -<switches> ] <archive> <@listfiles...> [ <files...> ]
  98.  
  99.  Description
  100.  
  101.     Command line options (commands and switches) provides control of
  102.     creating and managing archives with RAR. The command is a string (or a
  103.     single letter) which commands RAR to perform a corresponding action.
  104.     Switches are designed to modify the way RAR performs the action. Other
  105.     parameters are archive name and files to be archived into or extracted
  106.     from the archive.
  107.  
  108.     In a UNIX environment you need to quote wildcards to avoid them being
  109.     processed by RAR itself. For example, this command will extract
  110.     *.asm files from RAR archives in current path:
  111.  
  112.        rar e '*.rar' '*.asm'
  113.  
  114.  
  115.     Command could be any of the following:
  116.  
  117.     a       Add files to archive.
  118.  
  119.             Example:
  120.  
  121.             create or update existent archive myarch, adding all files
  122.             in the current directory
  123.  
  124.             rar a myarch
  125.  
  126.  
  127.     c       Add archive comment. Comments are displayed while the archive is
  128.             being processed. Comment length is limited to 62000 bytes
  129.  
  130.             Examples:
  131.  
  132.             rar c distrib.rar
  133.  
  134.             Also comments may be added from a file:
  135.  
  136.             rar c -zinfo.txt dummy
  137.  
  138.  
  139.     cf      Add files comment. File comments are displayed when the 'v'
  140.             command is given. File comment length is limited to 32767 bytes.
  141.  
  142.             Example:
  143.  
  144.             rar cf bigarch *.txt
  145.  
  146.  
  147.     cw      Write archive comment to specified file.
  148.  
  149.             Example:
  150.  
  151.             rar cw oldarch comment.txt
  152.  
  153.  
  154.     d       Delete files from archive. Note, if the processing of this
  155.             command resulted in removing all the files from the archive, the
  156.             empty archive would removed.
  157.  
  158.  
  159.     e       Extract files to current directory.
  160.  
  161.  
  162.     f       Freshen files in archive. Updates those files changed since they
  163.             were packed to the archive. This command will not add new files
  164.             to the archive.
  165.  
  166.  
  167.     k       Lock archive. Any command which intend to change the archive
  168.             will be ignored.
  169.  
  170.             Example:
  171.  
  172.             rar k final.rar
  173.  
  174.  
  175.     l[t]    List contents of archive [technical]. Files are listed as with
  176.             the 'v' command with the exception of the file path. i.e. only
  177.             the file name is displayed. Optional technical information is
  178.             displayed when 't' modifier is used.
  179.  
  180.  
  181.     m[f]    Move to archive [files only]. Moving files and directories
  182.             results in the files and directories being erased upon
  183.             successful completion of the packing operation. Directories will
  184.             not be removed if 'f' modifier is used and/or '-ed' switch is
  185.             applied.
  186.  
  187.  
  188.     p       Print file to stdout.
  189.  
  190.  
  191.     r       Repair archive. Archive repairing is performed in two stages.
  192.             First, the damaged archive is searched for a recovery record
  193.             (see 'rr' command). If the archive contains a recovery record
  194.             and if the portion of the damaged data is continuous and less
  195.             than N*512 bytes, where N is number of recovery sectors placed
  196.             into the archive, the chance of successful archive
  197.             reconstruction is very high. When this stage has completed, a
  198.             new archive will be created, called _RECOVER.RAR.
  199.  
  200.             If a broken archive does not contain a recovery record or if
  201.             the archive is not completely recovered due to major damage, a
  202.             second stage is performed. During this stage only the archive
  203.             structure is reconstructed and it is impossible to recover
  204.             files which fail the CRC validation, it is still possible to
  205.             recover undamaged files which were inaccessible due to the
  206.             broken archive structure. Mostly this is useful for non-solid
  207.             archives.
  208.  
  209.             When the second stage is completed, the reconstructed archive
  210.             will be saved as _RECONST.RAR.
  211.  
  212.             While the recovery is in progress, RAR may prompt the user for
  213.             assistance when a suspicious file is detected.
  214.  
  215.                       Suspicious entry
  216.  
  217.               Name:  <possibly filename>
  218.               Size:  <size>    Packed: <compressed size>
  219.  
  220.                       Add it: Yes/No/All
  221.  
  222.             Answer 'y' to add this entry to the file _RECOVER.RAR.
  223.  
  224.             Example:
  225.  
  226.             rar r buggy.rar
  227.  
  228.  
  229.     rr[N]   Add data recovery record. Optionally, redundant information
  230.             (recovery record) may be added to an archive.  This will cause
  231.             a small increase of the archive size and helps to recover
  232.             archived files in case of floppy disk failure or data losses of
  233.             any other kind. A recovery record contains up to 8 recovery
  234.             sectors. The number of sectors may be specified directly in the
  235.             'rr' command (N = 1, 2 .. 8) or if it is not specified by the
  236.             user it will be selected automatically according to the archive
  237.             size:
  238.  
  239.                    Archive size       Number of sectors
  240.                      < 50Kb                   2
  241.                      50Kb-500Kb               4
  242.                      > 500Kb                  8
  243.  
  244.             If data are damaged continuously then each rr-sector helps to
  245.             recover 512 bytes of damaged information. This value may be
  246.             lower in cases of multiple damage.
  247.  
  248.             The size of the recovery record may be approximately determined
  249.             by the formula <archive size>/256 + <number of recovery
  250.             sectors>*512 bytes.
  251.  
  252.  
  253.     s[name] Convert archive to SFX. The archive is merged with SFX-module
  254.             (using a module in file default.sfx or specified in the switch).
  255.             In the Windows version default.sfx should be placed in the
  256.             same directory as the rar.exe, in Unix and BeOS - in the user's
  257.             home directory.
  258.  
  259.     t       Test archive files. This command performs a dummy file
  260.             extraction, writing nothing to the output stream, in order to
  261.             validate the specified file(s).
  262.  
  263.             Examples:
  264.  
  265.             Test archives in current directory:
  266.  
  267.             rar t *
  268.  
  269.             or for Unix:
  270.  
  271.             rar t '*'
  272.  
  273.             User may test archives in all sub-directories, starting
  274.             with the current path:
  275.  
  276.             rar t -r *
  277.  
  278.             or for Unix:
  279.  
  280.             rar t -r '*'
  281.  
  282.  
  283.     u       Update files in archive. Adds files not already in the archive
  284.             and updates files changed since they were packed to the archive.
  285.  
  286.  
  287.     v[t]    Verbosely list the contents of archive [technical].
  288.             Files are listed using the format: full pathname, file comment,
  289.             original and compressed size, compression ratio, last update
  290.             date and time, attributes, CRC, compression method and minimum
  291.             RAR version required to extract. Optional technical information
  292.             is displayed when 't' modifier is used.
  293.  
  294.             To list the contents of all archive volumes, use an asterisk
  295.             ('*') in place of the archive file extension or use the '-v'
  296.             switch.
  297.  
  298.             Example:
  299.  
  300.             direct archive content list (technical) to a file
  301.  
  302.             rar vt bambam >bambam.lst
  303.  
  304.  
  305.     x       Extract files with full path.
  306.  
  307.             Example:
  308.  
  309.             rar x -av- -c- dime 10cents.txt
  310.  
  311.             extract specified file to current path. AV check and comment
  312.             show are disabled.
  313.  
  314.  
  315.     Switches (used in conjunction with a command):
  316.  
  317.  
  318.     -?      Display help on commands and switches. The same as when none
  319.             or an illegal command line option is entered.
  320.  
  321.  
  322.     --      Stop switches scanning
  323.  
  324.             This switch tells to RAR that there is no more switches
  325.             in the command line. It could be useful, if either archive
  326.             or file name starts from '-' character. Without '--' switch
  327.             such name would be treated as switch.
  328.  
  329.             Example:
  330.  
  331.             add all files from the current directory to the solid archive
  332.             '-StrangeName'
  333.  
  334.             RAR a -s -- -StrangeName
  335.  
  336.     -ac     Clear Archive attribute after compression or extraction
  337.             (Windows version only).
  338.  
  339.  
  340.     -ag[format]
  341.             Generate archive name using the current date and time.
  342.  
  343.             Appends the current date string to an archive name when
  344.             creating an archive. Useful for daily backups.
  345.  
  346.             Format of the appending string is defined by the optional
  347.             "format" parameter or "YYYYMMDDHHMMSS" if this parameter
  348.             is absent. Format string may include the following characters:
  349.  
  350.             Y   - year
  351.             M   - month
  352.             MMM - month name as text string (Jan, Feb, etc.)
  353.             D   - day
  354.             H   - hours
  355.             M   - minutes (treated as minutes if encountered after hours)
  356.             S   - seconds
  357.  
  358.             All other characters are added to an archive name without
  359.             changes.
  360.  
  361.             Examples:
  362.  
  363.             1) use the default YYYYMMDDHHMMSS format
  364.  
  365.                rar a -ag backup
  366.  
  367.             2) use DD-MMM-YY format
  368.  
  369.                rar a -agDD-MMM-YY backup
  370.  
  371.             3) use YYYYMMDDHHMM format
  372.  
  373.                rar a -agYYYYMMDDHHMM backup
  374.  
  375.  
  376.     -ao     Add files with Archive attribute set
  377.             (Windows version only).
  378.  
  379.             Example:
  380.  
  381.             add all disk C: files with Archive attribute set
  382.             to the 'f:backup' and clear files Archive attribute
  383.  
  384.             rar a -r -ac -ao f:backup c:\*.*
  385.  
  386.  
  387.     -ap     Set path inside archive. This path is merged to file
  388.             names when adding files to an archive and removed
  389.             from file names when extracting.
  390.  
  391.             For example, if you wish to add the file 'readme.txt'
  392.             to the directory 'DOCS\ENG' of archive 'release',
  393.             you may run:
  394.  
  395.             rar a -apDOCS\ENG release readme.txt
  396.  
  397.             or to extract 'ENG' to the current directory:
  398.  
  399.             rar x -apDOCS release DOCS\ENG\*.*
  400.  
  401.  
  402.     -as     Synchronize archive contents
  403.  
  404.             If this switch is used when archiving, those archived files
  405.             which are not present in the list of the currently added
  406.             files, will be deleted from archive. It is convenient to use
  407.             this switch in combination with -u (update) to synchronize
  408.             contents of an archive and an archiving directory.
  409.  
  410.             For example, after the command:
  411.  
  412.             rar a -u -as backup sources\*.cpp
  413.  
  414.             the archive 'backup.rar' will contain only *.cpp files
  415.             from directory 'sources', all other files will be deleted
  416.             from the archive. It looks similar to creating a new archive,
  417.             but with the one important exception: if no files are
  418.             modified since a last backup, the operation is performed
  419.             much faster than creation of a new archive.
  420.  
  421.  
  422.     -av     Put authenticity verification (registered versions only).
  423.             RAR will put, in every new and updated archive, information
  424.             concerning the creator, last update time and archive name.
  425.  
  426.             If an archive, containing authenticity verification, is being
  427.             modified and this switch is not specified, the authenticity
  428.             verification information will be removed.
  429.  
  430.             When extracting, testing, listing or updating and archive with
  431.             the '-av' switch, RAR will perform integrity validation and
  432.             display the message:
  433.  
  434.               Verifying authenticity information ...
  435.  
  436.             In the case of successful authenticity verification, the message
  437.             'Ok', creator name and last update information will be
  438.             displayed. In the case of authenticity verification failure, the
  439.             message 'FAILED' will be displayed.
  440.  
  441.             The Authenticity Verification feature, '-av,' is recommended for
  442.             use with archives in a software distribution environment.
  443.  
  444.             In order to enable the Authenticity verification feature, the
  445.             program MUST be registered. Please contact your local
  446.             distribution site or the world-wide distribution center.
  447.  
  448.  
  449.     -av-    Disable AV checking or adding.
  450.  
  451.  
  452.     -cfg-   Disable read configuration and environment.
  453.  
  454.  
  455.     -cl     Convert file names to lower case.
  456.  
  457.  
  458.     -cu     Convert file names to upper case.
  459.  
  460.  
  461.     -c-     Disable comments show.
  462.  
  463.  
  464.     -df     Delete files after archiving
  465.  
  466.             Move files to archive. This switch in combination with
  467.             the command "A" performs the same action as the command "M".
  468.            
  469.  
  470.     -dh     Open shared files
  471.  
  472.             Allows to process files opened by other applications
  473.             for writing.
  474.  
  475.             This option could be dangerous, because it allows
  476.             to archive a file, which at the same time is modifying
  477.             by an other application, so use it carefully.
  478.  
  479.  
  480.     -ds     Do not sort files while adding to a solid archive.
  481.  
  482.  
  483.     -ed     Do not add empty directories
  484.  
  485.             This switch indicates that empty directories are not to be
  486.             stored in the created archive.
  487.  
  488.  
  489.     -ee     Do not process extended attributes
  490.  
  491.             Disables saving and restoring extended file attributes.
  492.             Only for OS/2 and BeOS versions.
  493.  
  494.  
  495.     -ep     Exclude paths from names. This switch enables files to be added
  496.             to an archive without including the path information. This
  497.             could, of course, result in multiple files existing in the
  498.             archive with the same name.
  499.  
  500.  
  501.     -ep1    Exclude base dir from names. Do not store the path entered in
  502.             the command line.
  503.  
  504.             Example:
  505.  
  506.             all files and directories from the directory tmp will be added
  507.             to the archive 'pasta', but the path will not include 'tmp\'
  508.  
  509.             rar a -ep1 -r pasta 'tmp\*'
  510.  
  511.             This is equivalent to the commands:
  512.  
  513.             cd tmp
  514.             rar a -ep1 -r pasta
  515.             cd ..
  516.  
  517.  
  518.     -e<atr> Specifies file exclude attributes mask. <atr> is a number in the
  519.             decimal, octal (with leading '0') or hex (with leading '0x')
  520.             format. If result of bitwise AND between <atr> and file
  521.             attributes is nonzero, then file would not be added to archive.
  522.  
  523.             In the Windows version also is possible to use instead of
  524.             digital mask symbols D, S, H, A and R to denote directories
  525.             and files with system, hidden, archive and read-only attributes.
  526.             The order in which the attributes are given is not significant.
  527.  
  528.  
  529.     -f      Freshen files. May be used with archive extraction or creation.
  530.             The command string "a -f" is equivalent to the command 'f', you
  531.             could also use the switch '-f' with the commands 'm' or 'mf'. If
  532.             the switch '-f' is used with the commands 'x' or 'e', then only
  533.             old files would be replaced with new versions extracted from the
  534.             archive.
  535.  
  536.  
  537.     -ierr   Send all messages to stderr.
  538.  
  539.  
  540.     -ilog   Log errors to file (registered version only).
  541.  
  542.  
  543.     -inul   Disable all messages.
  544.  
  545.  
  546.     -isnd   Enable sound.
  547.  
  548.  
  549.     -kb     Keep broken extracted files.
  550.  
  551.             RAR, by default, deletes files with CRC errors after
  552.             extraction. The switch -kb specifies that files with
  553.             CRC errors should not be deleted.
  554.  
  555.  
  556.     -m<n>   Set compression method:
  557.  
  558.        -m0   store     do not compress file when adding to archive
  559.        -m1   fastest   use fastest method (less compressive)
  560.        -m2   fast      use fast compression method
  561.        -m3   normal    use normal (default) compression method
  562.        -m4   good      use good compression method (more
  563.                        compressive, but slower)
  564.        -m5   best      use best compression method (slightly more
  565.                        compressive, but slowest)
  566.  
  567.             By default RAR uses -m3 method (Normal compression).
  568.  
  569.  
  570.     -md<n>  Select dictionary size <n> in Kb. Must be 64, 128, 256, 512 or
  571.             1024 or a letter 'a', 'b', 'c', 'd' or 'e' respectively.
  572.  
  573.             The sliding dictionary is a special memory area used by the
  574.             compression algorithm. If the size of the file being compressed
  575.             (or the total files size in the case of a solid archive) is
  576.             greater than the dictionary size, then increasing the dictionary
  577.             size will generally increase compression ratio, decrease packing
  578.             speed and increase memory requirements.
  579.  
  580.             Default sliding dictionary size in 32-bit versions of RAR is 256
  581.             Kb. In RAR versions for Unix, Windows and other 32-bit platforms
  582.             it is possible to select five different sizes: 64, 128, 256, 512
  583.             or 1024 Kb. Besides, speed of extraction in these versions does
  584.             not depend upon dictionary size. In 16-bit version RAR for DOS
  585.             the sliding dictionary size is fixed and equal to 64 Kb.
  586.             Though RAR for DOS provides extracting files from large
  587.             dictionary archives.
  588.  
  589.             The amount of memory required to create large dictionary
  590.             archives is determined as 5*<dictionary size>+2560Kb. About 1 Mb
  591.             is required for extraction and 5*<dictionary size>+3584Kb to
  592.             update solid archives.
  593.  
  594.             RAR for DOS can extract from large dictionary archives using
  595.             conventional, EMS and disk memory. If no EMS or disk
  596.             cache is available, the operation may slow down significantly. RAR
  597.             for DOS cannot convert large dictionary archives to SFX with the
  598.             default SFX module and cannot update such solid archives.
  599.  
  600.             Example:
  601.  
  602.             RAR a -s -mdd sources *.asm
  603.                 or
  604.             RAR a -s -md512 sources *.asm
  605.  
  606.             Will create a solid archive using a 512 Kb dictionary.
  607.  
  608.     -mm[f]  Multimedia compression [force]. Enables a special multimedia
  609.             compression algorithm. It is intended to compress digital audio
  610.             data containing up to four 8-bit or two 16-bit channels. It
  611.             works well with  true color (24-bit) bitmaps as well.
  612.             Improvement in the compression ratio up to 30% over the normal
  613.             compression may be achieved.
  614.  
  615.             When archiving file in the multimedia mode RAR performs
  616.             intelligent data analysis and may use, for different parts of
  617.             the file, general or multimedia compression depending on which
  618.             is more suitable. Such analysis allows optimum performance when
  619.             different data types are merged in the same file. The 'f'
  620.             modifier forces the multimedia compression to be used for the
  621.             whole file; it may help when certain multimedia files are to be
  622.             compressed, but in most cases only increases archive size.
  623.  
  624.             Both the -m<N> "Set compression method" and -s "Create solid
  625.             archive" switches can be used with multimedia compression,
  626.             but they are in effect for those file parts where the general
  627.             algorithm applies.
  628.  
  629.             If -mm is used with non-multimedia data, the compression ratio
  630.             is usually unchanged in comparison with the general method, but
  631.             due to multimedia analysis overhead, the packing speed is always
  632.             slower. The usage of -mm is not recommended with normal data
  633.             files.
  634.  
  635.             Example:
  636.  
  637.             rar a -m5 -s -mm All_My_Songs.rar *.wav
  638.  
  639.             Use the tightest compression method, solid archiving and
  640.             multimedia compression with smart analysis, which method
  641.             should be applied for particular data:
  642.  
  643.  
  644.     -ol     Save symbolic links as the link instead of the file.
  645.             Unix and BeOS versions only.
  646.  
  647.  
  648.     -ow     Save file owner and group information.
  649.             Unix and BeOS versions only.
  650.  
  651.  
  652.     -o+     Overwrite existing files.
  653.  
  654.  
  655.     -o-     Do not overwrite existing files.
  656.  
  657.  
  658.     -p<p>   Encrypt files with the string <p> as password while archiving.
  659.             The password is case-sensitive. If you omit the password on the
  660.             command line, you will be prompted with message "Enter password".
  661.  
  662.             Example:
  663.  
  664.             rar a -pmyhoney secret1 *.txt
  665.  
  666.             add files *.txt and encrypt them with password "myhoney".
  667.  
  668.  
  669.     -p-     Do not query password
  670.  
  671.  
  672.     -r      Recurse subdirectories. May be used with commands:
  673.             a, u, f, m, x, e, t, p, v, l, c, cf and s.
  674.  
  675.             When used with the commands 'a', 'u', 'f', 'm' will process
  676.             files in all sub-directories as well as the current working
  677.             directory.
  678.  
  679.             When used with the commands x, e, t, p, v, l, c, cf or s will
  680.             process all archives in sub-directories as well as the current
  681.             working directory.
  682.  
  683.  
  684.     -r0     Similar to -r, but when used with the commands 'a', 'u', 'f',
  685.             'm' will recurse subdirectories only for those names, which
  686.             include wildcard characters '*' and '?'
  687.  
  688.  
  689.     -ri<p>[:<s>]
  690.             Set priority and sleep time. Available only in RAR for Windows.
  691.             This switch is used to regulate system load by RAR in a
  692.             multitasking environment. The possible task priority values are
  693.             from 0 to 15. When <p> is equal to 0, the default task priority
  694.             is used, 1 corresponding to the lowest task priority, 15 - to
  695.             the highest. The sleep time <s> is a value from 0 to 1000
  696.             (milliseconds). This is the period of time that RAR will give
  697.             back to system after every read or write during the packing or
  698.             unpacking operation. The sleep time setting is useful when
  699.             several tasks with the same priority are running in the system.
  700.  
  701.             Example:
  702.  
  703.             execute RAR with default priority and 10 ms of sleep after
  704.             each read or write
  705.  
  706.             rar a -r -sfx -ri0:10 backup *.*
  707.  
  708.  
  709.     -rr[N]  Add a data recovery record. This switch is used when creating or
  710.             modifying archive to add a data recovery record to the archive.
  711.             See the 'rr[N]' command description for details.
  712.  
  713.  
  714.     -s      Create solid archive. Solid is a special archive type. Please
  715.             refer to the appendix "Glossary" for further information.
  716.  
  717.             Example:
  718.  
  719.             create solid archive sources.rar with 512 Kb dictionary,
  720.             recursing all directories, starting with the current directory.
  721.             Add only .asm files:
  722.  
  723.             rar a -s -md512 sources.rar *.asm -r
  724.  
  725.  
  726.     -s<N>   Create solid groups using file count
  727.  
  728.             Similar to -s, but reset solid statistics after compressing
  729.             <N> files. Usually decreases compression, but also
  730.             decreases losses in case of solid archive damages.
  731.  
  732.  
  733.     -se     Create solid groups using extension
  734.  
  735.             Similar to -s, but reset solid statistics if file extension
  736.             is changed. Usually decreases compression, but also
  737.             decreases losses from solid archive damages.
  738.  
  739.  
  740.     -sv     Create independent solid volumes
  741.  
  742.             Similar to -s, but reset solid statistics as soon as possible
  743.             when starting a new volume. Ignored, if used to create
  744.             non-volume archive. Usually slightly decreases compression, but
  745.             also seriously decreases data losses, when one volume in volume
  746.             set is damaged. In such case you may try to start extraction
  747.             from the next volume after damaged. Note that because
  748.             of internal buffering, sometimes RAR cannot reset dictionary
  749.             immediately after creating a new volume and one or more small
  750.             files in the beginning of new volume may still use data from
  751.             the previous volume.
  752.  
  753.  
  754.     -s-     Disable solid archiving
  755.  
  756.  
  757.     -sfx[name]
  758.             Create SFX archives. If this switch is used when creating a new
  759.             archive, a Self-Extracting archive (using a module in file
  760.             default.sfx or specified in the switch) would be created.
  761.             In the Windows version default.sfx should be placed in the
  762.             same directory as the rar.exe, in Unix and BeOS - in the user's
  763.             home directory.
  764.  
  765.             Example:
  766.  
  767.             rar a -sfxwincon.sfx myinst
  768.  
  769.             create SelF-eXtracting (SFX) archive using wincon.sfx
  770.             SFX-module.
  771.  
  772.  
  773.     -tk     Keep original archive date. Prevents RAR from modifying the
  774.             archive date when changing an archive.
  775.  
  776.  
  777.     -tl     Set archive time to newest file. Forces RAR to set the date of a
  778.             changed archive to the date of the newest file in the archive.
  779.  
  780.  
  781.     -u      Update files. May be used with archive extraction or creation.
  782.             The command string "a -u" is equivalent to the command 'u', you
  783.             could also use the switch '-u' with the commands 'm' or 'mf'. If
  784.             the switch '-u' is used with the commands 'x' or 'e', then files
  785.             not present on the disk and files newer than their copies on the
  786.             disk would extracted from the archive.
  787.  
  788.  
  789.     -v<size>[k|b|f]
  790.             Create volumes with size=<size>*1000 [*1024 | *1].
  791.             By default this switch uses <size> as thousands (1000) of bytes
  792.             (not 1024 x bytes). You may also enter the size in kilobytes
  793.             using the symbol 'k', in bytes using the symbol 'b' or
  794.             select one from several predefined values using the symbol 'f'
  795.             following the numerical value. Predefined values can be
  796.             360, 720, 1200, 1440 or 2880 and replaced with corresponding
  797.             floppy disk size.
  798.  
  799.             If the size is omitted, autodetection will be used.
  800.  
  801.             If volumes are created on the same drive as the temporary files
  802.             (current drive by default, but may be changed with the switch
  803.             '-w'), the autodetected size becomes meaningless. In this case
  804.             the volume size must be explicitly defined.
  805.  
  806.             If volumes are created on a drive OTHER than the drive
  807.             containing the temporary files, then after the first volume has
  808.             been created, the user will be prompted with:
  809.  
  810.               Create next volume: Yes/No/All/Quit
  811.  
  812.             At this moment in time, you should change the disks. Answering
  813.             'A' will cause all volumes to be created without a pause.
  814.  
  815.             The first volume file in a multi-volume set has the extension
  816.             .RAR, following volumes are numbered from .R00 to .R99.
  817.  
  818.             When extracting or testing a multi-volume archive you must use
  819.             only the first volume name (*.RAR). If there is no next volume
  820.             on the drive and the disk is removable, the user will be
  821.             prompted with:
  822.  
  823.              Insert disk with <next volume name>
  824.  
  825.             Insert the disk with the correct volume and press any key.
  826.  
  827.             If while extracting, the next volume is not found and volumes
  828.             are placed on the non-removable disk, RAR will abort with
  829.             the error message:
  830.  
  831.              Cannot find <volume name>
  832.  
  833.             Archive volumes may not be modified. The commands 'd', 'f', 'u',
  834.             's' can not be used with Multi-volume sets. The command 'a' may
  835.             be used only for the creation of a new multi-volume sequence.
  836.  
  837.             It is possible, although unlikely, that the file size, of a file
  838.             in a multi-volume set, could be greater than it's uncompressed
  839.             size. This is due to the fact that 'storing' (no compression if
  840.             size increases) cannot be enabled for multi-volume sets.
  841.  
  842.             Archive volumes may be Self-Extracting (SFX). Such an archive
  843.             should be created using both the '-v' and '-sfx' switches.
  844.  
  845.             Example:
  846.  
  847.             create archive in volumes of fixed size:
  848.  
  849.             rar a -s -v1440 floparch.rar *.*
  850.  
  851.             will create solid volumes of size 1440000 bytes.
  852.  
  853.     -vd     erase disk contents before creating volume
  854.  
  855.             All files and directories on the target disk will be erased
  856.             when '-vd' is used.  The switch applies only to removable
  857.             media, the hard disk cannot be erased using this switch.
  858.  
  859.     -w<p>   Assign work directory as <p>. This switch may be used to assign
  860.             the directory for temporary files.
  861.  
  862.  
  863.     -x<f>   Exclude specified file <f>, wildcards may be used. You may
  864.             specify the switch '-x' several times:
  865.  
  866.             Example:
  867.  
  868.             rar a -r -x*.bak -x*.rar rawfiles
  869.  
  870.             *.bak and *.rar files will not be added to rawfiles
  871.  
  872.  
  873.     -x@<lf> Exclude files using specified list file.
  874.  
  875.             Example:
  876.  
  877.             rar a -x@exlist.txt arch *.exe
  878.  
  879.  
  880.     -y      Assume Yes on all queries.
  881.  
  882.  
  883.     -z<f>   Read archive comment from file <f>.
  884.  
  885.  
  886.  Limitations
  887.  ~~~~~~~~~~~
  888.  
  889.     Pathname is limited to 259 symbols.
  890.  
  891.     Maximum archive comment length is 62000 bytes.
  892.  
  893.     Command limitations:
  894.  
  895.     The commands 'd','u','f','c','cf' will not operate with archive
  896.     volumes.
  897.  
  898.     The command 'a' cannot be used to update an archive volume, only to
  899.     create one.
  900.  
  901.  
  902.  Exit values
  903.  ~~~~~~~~~~~
  904.  
  905.     RAR exits with a zero code (0) in case of successful operation. The exit
  906.     code of non-zero means the operation is cancelled due to error:
  907.  
  908.      255   USER BREAK       User stopped the process
  909.  
  910.        8   MEMORY ERROR     Not enough memory for operation
  911.  
  912.        7   USER ERROR       Command line option error
  913.  
  914.        6   OPEN ERROR       Open file error
  915.  
  916.        5   WRITE ERROR      Write to disk error
  917.  
  918.        4   LOCKED ARCHIVE   Attempt to modify an archive previously locked
  919.                             by the 'k' command
  920.  
  921.        3   CRC ERROR        A CRC error occurred when unpacking
  922.  
  923.        2   FATAL ERROR      A fatal error occurred
  924.  
  925.        1   WARNING          Non fatal error(s) occurred
  926.  
  927.        0   SUCCESS          Successful operation (User exit)
  928.  
  929.  
  930.  Glossary
  931.  ~~~~~~~~
  932.  
  933.     Archive      Special file containing one or more files optionally
  934.                  compressed and/or encrypted.
  935.  
  936.     Compression  A method of encoding data to reduce it's size.
  937.  
  938.     CRC          Cyclic Redundancy Check. Mathematical method calculating
  939.                  special checking information for data validity.
  940.  
  941.     SFX          Archive module used to extract files from when executed.
  942.                  (SelF-eXtracting module), usually in the form of a .EXE
  943.                  file.
  944.  
  945.     Solid        An archive packed using a special compression method which
  946.                  sees all files as one continuous data stream. Particularly
  947.                  advantageous when packing a large number of small files.
  948.  
  949.     Volume       Part of a split archive. Splitting an archive to volumes
  950.                  allows storing them on diskettes. Solid volumes must be
  951.                  extracted starting from first in sequence.
  952.  
  953.  
  954.  
  955.  Copyrights
  956.  
  957.     (c) 1993-99 Eugene Roshal
  958.  
  959.  
  960.  
  961.